home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: mitch@ibm.net
- Newsgroups: comp.lang.c++
- Subject: Re: How to get Beep??
- Date: Thu, 18 Jan 1996 19:30:22 GMT
- Organization: NRMA
- Message-ID: <4dk333$1uak@news-s01.ny.us.ibm.net>
- References: <4djthp$o2o@hermes.louisville.edu>
- NNTP-Posting-Host: slip202-135-13-100.sy.au.ibm.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- bbboon01@homer.louisville.edu (Billy Boone) wrote:
-
- >I was wondering how I could get a Beep similar to Visual Basic's Beep
- >statement in Visual C++ 1.5. I want a beep when I give the user error
- >messages. Is it an API or is it a MFC function??
-
- >I know in C adding a \a gets you a beep but I want to utilize the
- >AfxMessageBox to display my error message but I also want to have a beep to
- >alert the user of the error.
-
- >Any help would be greatly appreciated.
-
- >Billy
-
- The MessageBeep() windows function should do the trick - Mitch
-
-
-